LightTingeColor Function

The currently selected operating system color for drawing light lines inside frames on the top and left sides.

Syntax

result = LightTingeColor




Notes

This value is useful when you are using Canvas controls to create custom controls. When drawing beveled objects, use this color for the light portions of the object (usually the top and left sides of the object). In a Checkbox control, this color is used to draw the light lines that give it the beveled appearance just inside the checkbox on the top and left sides.

This value can be changed by the user, so you should access this value in the Paint event handler rather than storing the value.


See Also

DarkBevelColor, DarkTingeColor, FillColor, FrameColor, LightBevelColor, TextColor functions; Color data type.